From 8b377029ce723c99736bd64ffe97a300849bddcd Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 30 May 2007 05:21:19 +0000 Subject: [PATCH] (Fset_mouse_pixel_position): Add call to term_mouse_moveto. --- src/frame.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/frame.c b/src/frame.c index 5990b9e0717..ab91af264dc 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1539,6 +1539,13 @@ before calling this function on it, like this. Fselect_frame (frame); mouse_moveto (XINT (x), XINT (y)); } +#else +#ifdef HAVE_GPM + { + Fselect_frame (frame); + term_mouse_moveto (XINT (x), XINT (y)); + } +#endif #endif #endif -- 2.30.2